home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Shells / Execute_upd.readme < prev    next >
Text File  |  1996-09-26  |  4KB  |  94 lines

  1. Short:    Execute any UNIX script from DOS Shell-updated
  2. Author:   Will Bow (wbow@crl.com)
  3. Uploader: Colin Thompson (colin@cts.com)
  4. Type:     util/shell
  5.  
  6. NOTICE:       This is a minor update. While no bugs could be found in 
  7.               the original version, an oddity was pointed out by a user.
  8.  
  9.               If one was to simply enter EXECUTE at the DOS prompt and 
  10.               press RETURN, EXECUTE would attempt to get a lock on a 
  11.               non-existant file and failing that, prompt the user with
  12.               "object is not of required type".
  13.  
  14.               This has been fixed. We have included the source with 
  15.               this distribution.
  16.  
  17. Filename:     Execute - Direct replacement for AmigaDOS Execute command.
  18.  
  19. Purpose:      Allows execution of any UNIX script from the AmigaDOS Shell.
  20.  
  21.               This is a direct replacement of the DOS command Execute.
  22.               From the DOS Shell, you can execute any UNIX shell script.
  23.               It passes the script on to the specified interpreter 
  24.               for execution. Usually, #!/bin/sh, but may be awk, sed,
  25.               perl etc ....
  26.  
  27.               If the 'S' bit on the script is set, the script can be
  28.               executed by simply typing the script_file_name at the 
  29.               DOS prompt.
  30.  
  31.               Execute will not interfere with the normal operation of
  32.               Amiga DOS or Arexx scripts.
  33.  
  34. Requirements: OS 2.04 and up. Any Amiga. 
  35.               Ixemul.library is not required.
  36.  
  37. Installation: Rename the existing AmigaDOS Execute command. (for safety)
  38.               Copy the new file to the same directory where the original
  39.               Execute resided. (sys:c). This is IMPORTANT because the     
  40.               system depends on Execute for normal system startup.
  41.  
  42.               The file is residentable.
  43.  
  44.               Note: This command is implemented as a wedge into the original
  45.               AmigaDOS Execute command and is completely system transparent.
  46.  
  47. Distribution: Released into the Public Domain by
  48.  
  49.                                ___    ___  _____       
  50.                               / __\  /___\/__   \/\  /\
  51.                              /__\// //  //  / /\/ /_/ /
  52.                             / \/  \/ \_//  / / / __  / 
  53.                             \_____/\___/   \/  \/ /_/  
  54.                       __        ____
  55.                      / _\ ___  / _| |___      ____ _ _ __ ___ 
  56.                      \ \ / _ \| |_| __\ \ /\ / / _` | '__/ _ \
  57.                      _\ \ (_) |  _| |_ \ V  V / (_| | | |  __/
  58.                      \__/\___/|_|  \__| \_/\_/ \__,_|_|  \___|
  59.  
  60.  
  61.  
  62.                Original  Packed Ratio    Date     Time    Name
  63.                -------- ------- ----- --------- --------  -------------
  64.                    3200    1328 58.5% 28-Feb-95 17:44:00 +adjust.c
  65.                    5908    3145 46.7% 28-Feb-95 17:44:00 +adjust.o
  66.                   14116    7011 50.3% 28-Feb-95 17:44:00 +Execute
  67.                    4724    2939 37.7% 28-Feb-95 17:44:00 +execute.o
  68.                   68982    6705 90.2% 28-Feb-95 17:44:00 +execute.s
  69.                    1246     598 52.0% 28-Feb-95 17:44:00 +strsep.1
  70.                     577     286 50.4% 28-Feb-95 17:44:00 +strsep.c
  71.                     204     177 13.2% 28-Feb-95 17:44:00 +strsep.o
  72.                    3521    1464 58.4% 28-Feb-95 17:44:00 +wedge.c
  73.                    1628     927 43.0% 28-Feb-95 17:44:00 +wedge.o
  74.                -------- ------- ----- --------- --------
  75.                  104106   24580 76.3% 28-Feb-95 17:44:46   10 files
  76.  
  77.  
  78. ============================= Archive contents =============================
  79.  
  80. Original  Packed Ratio    Date     Time    Name
  81. -------- ------- ----- --------- --------  -------------
  82.     3200    1328 58.5% 28-Feb-95 17:44:00 +adjust.c
  83.     5908    3145 46.7% 28-Feb-95 17:44:00 +adjust.o
  84.    14116    7011 50.3% 28-Feb-95 17:44:00 +Execute
  85.     4724    2939 37.7% 28-Feb-95 17:44:00 +execute.o
  86.    68982    6705 90.2% 28-Feb-95 17:44:00 +execute.s
  87.     1246     598 52.0% 28-Feb-95 17:44:00 +strsep.1
  88.      577     286 50.4% 28-Feb-95 17:44:00 +strsep.c
  89.      204     177 13.2% 28-Feb-95 17:44:00 +strsep.o
  90.     3521    1464 58.4% 28-Feb-95 17:44:00 +wedge.c
  91.     1628     927 43.0% 28-Feb-95 17:44:00 +wedge.o
  92. -------- ------- ----- --------- --------
  93.   104106   24580 76.3% 03-Mar-95 12:28:12   10 files
  94.